From: Glenn Morris Date: Thu, 26 Jun 2014 21:51:25 +0000 (-0400) Subject: * lisp/Makefile.in (update-authors): Update for moved authors.el. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~1409^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7c66653fe71c6966ed2b7f592db7899f6e52a48;p=emacs.git * lisp/Makefile.in (update-authors): Update for moved authors.el. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f93b1ad8793..9fb230813c7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-06-26 Glenn Morris + + * Makefile.in (update-authors): Update for moved authors.el. + 2014-06-26 Leo Liu * skeleton.el (skeleton-end-hook): Default to nil and move the diff --git a/lisp/Makefile.in b/lisp/Makefile.in index d6e10c6a4ab..cb732655299 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -238,7 +238,8 @@ bzr-update: compile finder-data custom-deps # Update the AUTHORS file. update-authors: - $(emacs) -l authors -f batch-update-authors $(top_srcdir)/etc/AUTHORS $(top_srcdir) + $(emacs) -L "$(top_srcdir)/admin" -l authors \ + -f batch-update-authors "$(top_srcdir)/etc/AUTHORS" "$(top_srcdir)" ETAGS = ../lib-src/etags